home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / chrome / content / migrate.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  698 b   |  19 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <?xml-stylesheet href="main.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://dtv/locale/migrate.dtd">
  6.  
  7. <dialog id="democracy-migrate"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     xmlns:html="http://www.w3.org/1999/xhtml"
  10.         title="&migrate.title;"
  11.         maxwidth="400"
  12.         ondialogaccept="window.arguments[0].out = true;"
  13.         ondialogcancel="window.arguments[0].out = false;"
  14.         buttonlabelaccept="&migrate.accept;"
  15.         buttonlabelcancel="&migrate.cancel;"
  16.         buttons="accept,cancel">
  17.     <description>&migrate.description;</description>
  18. </dialog>
  19.